Skip to content

DATAMONGO-1058 - DBRef should respect explicit field name. #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Member

We now use property.getFieldName() for mapping DbRefs. This assures we also capture explicitly defined names set via @Field.


Should be back ported to 1.6.x.
Can be back ported to 1.5.x. Minor glitches there but still can be done.

We now use property.getFieldName() for mapping DbRefs. This assures we also capture explicitly defined names set via @field.
@thomasdarimont
Copy link

Picked into master via: 458fe4f.

@thomasdarimont
Copy link

What are the minor glitches for 1.5.0?

@christophstrobl
Copy link
Member Author

just some conflicts in one of the test classes as there are changes for text search in there as well that do not exist on 1.5. So one has to remove those.

christophstrobl added a commit that referenced this pull request Oct 1, 2014
We now use property.getFieldName() for mapping DbRefs. This assures we also capture explicitly defined names set via @field.

Original pull request: #227.
christophstrobl added a commit that referenced this pull request Oct 1, 2014
We now use property.getFieldName() for mapping DbRefs. This assures we also capture explicitly defined names set via @field.

Original pull request: #227.
christophstrobl added a commit that referenced this pull request Oct 1, 2014
We now use property.getFieldName() for mapping DbRefs. This assures we also capture explicitly defined names set via @field.

Original pull request: #227.
@thomasdarimont
Copy link

Back ported to 1.6.x and 1.5.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants